PERFORM CHECKLIST FOR FILES
This command will output the contents of the current working directory to a checklist.
PERFORM CHECKLIST FOR FILES
This command does not return a value.
The command provides a convenient way to store the contents of a directory without using additional data structures, but does tie up the checklist when in use. Use the CHECKLIST commands in the SYSTEM command set to access the checklist.
cls
perform checklist for files
for t=1 to checklist quantity()
print "files= "+checklist string$(t)
next t
do
loop
end
FILE Commands Menu
Index